home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
et
/
et-2_2.lha
/
et2.2
/
src
/
images
/
ScrollBar.image
< prev
next >
Wrap
Text File
|
1989-05-24
|
524b
|
33 lines
static short UpArrowBits[]= {
#include "UpArrow.image"
};
static short InvUpArrowBits[]= {
#include "UpArrowInv.image"
};
static short DownArrowBits[]= {
#include "DownArrow.image"
};
static short InvDownArrowBits[]= {
#include "DownArrowInv.image"
};
static short LeftArrowBits[]= {
#include "LeftArrow.image"
};
static short InvLeftArrowBits[]= {
#include "LeftArrowInv.image"
};
static short RightArrowBits[]= {
#include "RightArrow.image"
};
static short InvRightArrowBits[]= {
#include "RightArrowInv.image"
};